home *** CD-ROM | disk | FTP | other *** search
- # example.ecf
- #
- # lines begining with '#' and empty lines are supposed to be comments
- # in 0.28 though, every line not starting with a '@' will be ignored
- # but please don't rely on it, controls will be added in future builds
- #
- # The general syntax is following :
- #
- # @<framerange>: <op>[=<param>] [, <op>[=<param>] ] etc
- #
- # spaces and tabs are ignored
- # first frame is numbered 0 (not 1)
- # frameranges can be a single frame, or a pair of numbers separated by '-'
- # commands can be in any order
- # frameranges should NOT overlap (unpredictable results)
- # no need to sort frameranges
- # @85: ...
- # @64: ...
- # @28: ...
- # is perfectly valid
- #
- # Currently supported 'commands' in 0.28
- #
- # K force keyframe
- # D (try to) force deltaframe
- # R=nnnn set bitrate
- # CL=cc set compression level
- # M=mmm set motion
- # G=gg set gauge level (%age)
- #
- # invalid commands will be ignored in 0.28, but might invalidate the whole
- # line in future versions.
- #
- #
- # Examples:
-
- # force key at frame 1243
- #
- @1243: K
-
- # set bitrate 2000 for frames 1500 to 1584
- #
- @1500-1584: R=2000
-
- # a more complicated one
- #
- @2422: R=1287, G=35, CL=3
- @2423: R=1034, G=35, CL=4, K
- @2424: R=957, G=35, CL=2
-
- # to make Nandub use your .ecf file, just select it in the new ECF tab of the
- # SBC options dialog box.
- #
- # Bug reports, suggestions, flames, any feedbacks, etc => nn@nandub.org
-